projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d51be
)
ARM: uniphier: enable DWC3 xHCI driver really
author
Masahiro Yamada
<
[email protected]
>
Tue, 17 Oct 2017 12:19:40 +0000
(21:19 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Sun, 22 Oct 2017 16:02:05 +0000
(
01:02
+0900)
I thought commit
d37d31849c6a
("ARM: uniphier: enable DWC3 xHCI
driver") enabled CONFIG_USB_DWC3_UNIPHIER, but CONFIG_USB_XHCI_DWC3
was missing in uniphier_v7_defconfig. Re-add.
Signed-off-by: Masahiro Yamada <
[email protected]
>
configs/uniphier_v7_defconfig
patch
|
blob
|
history
diff --git
a/configs/uniphier_v7_defconfig
b/configs/uniphier_v7_defconfig
index 5c1d3436912ecbbb6233402bf4689d88b75f389a..b4b54c06bdb71482621d7662643ad45d196ac020 100644
(file)
--- a/
configs/uniphier_v7_defconfig
+++ b/
configs/uniphier_v7_defconfig
@@
-49,7
+49,9
@@
CONFIG_SMC911X_BASE=0x0
CONFIG_SMC911X_32_BIT=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_GENERIC=y
CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_UNIPHIER=y
CONFIG_USB_STORAGE=y